Developer
The Developer section of the web.config file allows you to configure the policies of the development environment. It contains the following attributes.
Attribute |
Use |
---|---|
isEncryptConnectionStrings |
If True, the configuration connection string section is encrypted after an update. If False, the connection string section is not encrypted. If not specified, the default value is True, so the connection section is not encrypted. |
Example Usage
<Developer isEncryptConnectionStrings="False" tfsServerUrl="http://dev.yourcompany.local:8080/tfs/dev" />